home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
scope
/
151-175
/
scopedisk168
/
asmmacros
/
am_02
/
freeuds.i
< prev
next >
Wrap
Text File
|
1995-03-19
|
480b
|
18 lines
NOLIST
FreeUDS MACRO ; 17 Dec 88
*------------------------------; Start of FreeUDS macro.
MOVEA.L A5,A1
MOVE.L #\1,D0
NOLIST ; Define _LVOAllocMem if not already defined.
IFND _LVOFreeMem
LIST
XREF _LVOFreeMem
NOLIST
ENDC
LIST
MOVE.L _AbsExecBase,A6
JSR _LVOFreeMem(A6) ; Allocate the UDS memory block.
*------------------------------; End of FreeUDS macro.
ENDM
LIST